home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / eddy8b.zip / EDDY.INI < prev    next >
INI File  |  1995-12-29  |  4KB  |  81 lines

  1. ;
  2. ; EDDY.INI - Configuration file for EDDY v.8b  (C) 1987-1995 by John Scofield
  3. ;    Created on 12-29-95  6:21:59a
  4. ;
  5. ; This file is used to record selections for customizing EDDY (by executing
  6. ; "EDDY /0").  If EDDY.INI is present during customizing, these selections
  7. ; from EDDY.INI will be used as defaults.  You may then make changes to the
  8. ; settings in EDDY during the customizing process.  When everything is set
  9. ; the way you prefer and you create your new, customized copy of EDDY, a new
  10. ; EDDY.INI containing those settings will also be created.
  11. ;
  12. ; For detailed explanations of the use and settings of configuration parameters
  13. ; refer to EDDY.DOC, Section 26.3.2.
  14. ;
  15. ; Anything following a semicolon is treated as a comment, and is ignored.
  16. ; Comments may be added to or deleted from EDDY.INI as desired.
  17.  
  18. [administrivia]
  19. configure=no          ; 'yes' = always use EDDY.INI, else only when customizing
  20. name=                    
  21. serial=      
  22.  
  23. [screen]
  24. edit colors=T0Bh,H1Bh,C1Eh,W1Eh  ; T)ext,H)eadings,C)ursor,W)indows
  25. help colors=T07h,C0Eh,H70h       ; T)ext,C)ursor,H)ighlights
  26. max lines=auto detect ; override for monitor # of lines (limit: 66)
  27.  
  28. [mouse]
  29. action=[F3]           ; key simulated when primary mouse button pressed
  30. button=left           ; indicates which mouse button is treated as 'primary'
  31. double click=4        ; max interval (10ths of second) between 'double' clicks
  32. sensitivity=v25,h25   ; 'v/h' = 'vert/horz', 00 = least sensitive, 99 = most
  33.  
  34. [printer]
  35. port=LPT1             ; printer port -- only parallel printers supported
  36.  
  37. [EDIT mode]
  38. attributes filter=none   ; file attribute filter: R/H/S/D/A/N...
  39.                       ; ...read-only/hidden/system/directory/archive/network...
  40.                       ; ...uppercase = include file if attribute on
  41.                       ; ...lowercase = include file if attribute off
  42.                       ; ...blank = not used as filter
  43. attributes style=1    ; style for display of file attributes...
  44.                       ; ..."1" = use attribute letters, "2" = use "y" & "n"
  45. controls=YYCCNN       ; for tagging: 'Y' = yes, 'N' = no, 'C' = confirm
  46. copy error=#          ; value written to files copied if those files have...
  47.                       ; ...errors ("bad spots"), showing where the errors are
  48. filter dirs=yes       ; 'yes' = directories will be filtered in the display...
  49.                       ;    ...(i.e., not shown if they don't pass the filter)
  50.                       ; 'no' = directories always displayed, filter or not
  51. easy look=yes         ; 'yes' = [Enter] treated like [F3] if no pending updates
  52.                       ; 'no' = [Enter] means 'Update' only
  53. options=abcdefhklmruw ; option letters (uppercase = 'ON', lowercase = 'OFF')
  54. security=ask          ; 'std'/'high' security for DESTROY overwrite
  55.                       ; ...'ask' means ask preference for each UPDATE
  56. sort=N                ; edit mode display sequence...
  57. ;                       ...N)ame, E)xtension, D)ate, S)ize, H)our, U)nsorted...
  58. ;                       ...uppercase = ascending sort, lowercase = descending
  59. target=box            ; 'tree' = use tree diagram to select, 'box' = dialog box
  60. timestamp=ask         ; 'ask' or 'auto': timestamp handling with [^Enter] for...
  61.                       ; ...files copied or patched (or customizing EDDY.COM)
  62. work=box              ; 'tree' = use tree diagram to select, 'box' = dialog box
  63.  
  64. [LOOK mode]
  65. auto scroll=3         ; 1 = slowest, 9 = fastest
  66. bit strip=no         ; 'yes' = strip high-order bit in bytes displayed
  67. hex toggle=[Tab]      ; key used for hex/ASCII toggle     
  68. line wrap=no          ; 'yes' = line wrapping ON
  69. sector patch=no       ; 'yes' if disk sector patching allowed
  70. snow OK=no            ; CGA only. 'yes' = "flickering" OK when LOOKing at RAM
  71. tabs=8                ; interval (# of bytes) used for tab expansion
  72.  
  73. [DOS gateway]
  74. ; Point-n-shoot command used when [Shift+F8] pressed...
  75. ; (NOTE: Include full path needed to find & execute command)
  76. command=C:\UTIL\DOS2UNIX  %1                                                         
  77. prompt=Exit$g         ; DOS prompt used to show EDDY's DOS Gateway in use
  78. swap path=                                                                    
  79. ; Path for "swap file", used to make more RAM available to Gateway
  80. ;===============================================================================
  81.